func go/doc.commentEscape

5 uses

	go/doc (current package)
		comment.go#L33: func commentEscape(w io.Writer, text string, nice bool) {
		comment.go#L107: 		commentEscape(w, line[0:m[0]], nice)
		comment.go#L156: 		commentEscape(w, match, nice)
		comment.go#L167: 	commentEscape(w, line, nice)
		comment.go#L325: 				commentEscape(w, line, true)